-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat element relation view #128
base: main
Are you sure you want to change the base?
Conversation
Because of elkjs limitations edge labels cannot be displayed properly at this point without sacrificing the desired layout. Edge labels will be omitted completely as to not create confusion with them showing up on the top left corner. They should be added back when the issues with the edge labels got fixed.
563d5e5
to
88e15a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. I am not sure about the naming of this View. We bring ExchangeItem
s and Class
es with ExchangeItemElement
s into a relation. But we also reuse the ClassTreeView. Maybe ExchangeItemClassTreeView? I am open for ideas.
Never the less, we need documentation here:
- Add a exchange_item_class_tree_view.md in docs (add it to mkdocs.yml)
- Hint to the problem of routing edges (
ExchangeItemElement
s) which could be solved when Libavoid comes publically available
- Hint to the problem of routing edges (
- Describe collection, parameters and give examples (reuse the test case)
- Add the needed SVGs to the docs/gen_images.py
capellambse_context_diagrams/collectors/element_relation_view.py
Outdated
Show resolved
Hide resolved
capellambse_context_diagrams/collectors/element_relation_view.py
Outdated
Show resolved
Hide resolved
capellambse_context_diagrams/collectors/element_relation_view.py
Outdated
Show resolved
Hide resolved
capellambse_context_diagrams/collectors/element_relation_view.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Ernst Würger <[email protected]>
5c4fab9
to
0338310
Compare
0338310
to
84ebc9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just rename it back to exchange_item_relation_view
.
LGTM.
No description provided.